[DOC] Cli.md: add missing 2.6 items (bind_rx, safehome), make references clickable...
[inav/snaewe.git] / docs / development / Building in FreeBSD.md
blob0859ac129f9a7c628d635b63f374497365fb4d95
1 # Building in FreeBSD
3 In order to build the inav firmware in FreeBSD, it is recommended to install [Linux Binary Emulation](https://www.freebsd.org/doc/handbook/linuxemu.html). This will enable you to use the project recommended ARM cross-compiler. The cross-compiler available in Ports tends to be too old to build inav firmware.
5 * Install Linux binary emulation
6 * Install the following packages (`pkg` provides suitable versions)
7  - `git`
8  - `cmake`
9  - `make`
10  - `ruby`
12 * Follow the [Building in Linux](Building%20in%20Linux.md) guide.